home *** CD-ROM | disk | FTP | other *** search
- Mouse.hide();
- var i = 0;
- max = 3;
- pix = new Array();
- i;
- while(max >= i)
- {
- if(i != 0)
- {
- pix[0].duplicateMovieClip("pix" add i,i);
- }
- pix[i] = eval("pix" add i);
- pix[i]._x = random(550);
- pix[i]._y = random(400);
- pix[i].mass = 4 + 0.3 * i;
- pix[i]._alpha = 40 - 2 * i;
- i++;
- }
- play();
-